翻訳と辞書
Words near each other
・ Program note
・ Program of Activities
・ Program of All-Inclusive Care for the Elderly
・ Program of the Communist Party of the Soviet Union
・ Program on Energy Efficiency in Artisanal Brick Kilns in Latin America to Mitigate Climate Change
・ Program on Information Resources Policy
・ Program on International Policy Attitudes
・ Program on Intrastate Conflict and Conflict Resolution
・ Program on Negotiation
・ Program optimization
・ Program Playhouse
・ Program Plus
・ Program process monitoring
・ Program Resources and Outcome Management Information System
・ Program Segment Prefix
Program slicing
・ Program status word
・ Program structure tree
・ Program Supervisor
・ Program synthesis
・ Program test authority
・ Program trading
・ Program transformation
・ Program X
・ Program-associated data
・ Program-specific information
・ Programa de Aceleração do Crescimento
・ Programa do Jô
・ Programa do Ratinho
・ Programa Mejorando tu Autoestima


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Program slicing : ウィキペディア英語版
Program slicing

In computer programming, program slicing is the computation of the set of programs statements, the program slice, that may affect the values at some point of interest, referred to as a slicing criterion. Program slicing can be used in debugging to locate source of errors more easily. Other applications of slicing include software maintenance, optimization, program analysis, and information flow control.
Slicing techniques have been seeing a rapid development since the original definition by Mark Weiser. At first, slicing was only static, i.e., applied on the source code with no other information than the source code. Bogdan Korel and Janusz Laski introduced ''dynamic slicing'', which works on a specific execution of the program (for a given execution trace). Other forms of slicing exist, for instance path slicing.
== Static slicing ==

Based on the original definition of Weiser, informally, a static program slice S consists of all statements in program P that may affect the value of variable v at some point p. The slice is defined for a slicing criterion C=(x,V), where x is a statement in program P and V is a subset of variables in P. A static slice includes all the statements that affect variable v for a set of all possible inputs at the point of interest (i.e., at the statement x). Static slices are computed by finding consecutive sets of indirectly relevant statements, according to data and control dependencies.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Program slicing」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.